From d5d4e1563a1ab2291a1cc67c0bb8208fc4be181b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 9 Apr 2001 09:58:02 +0000 Subject: [PATCH] (mode-line-modified): Unify help messages. --- lisp/bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/bindings.el b/lisp/bindings.el index 9d203ec9088..10a098be306 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -187,7 +187,7 @@ Normally nil in most modes, since there is no process to display.") (propertize "%1+" 'help-echo (purecopy (lambda (window object point) - (format "%sodified: mouse-2 toggles flag" + (format "%sodified: mouse-2 toggles" (save-selected-window (select-window window) (if (buffer-modified-p) -- 2.30.2